Document Library for WinForms | ComponentOne
C1.Win.Document.8 Assembly / C1.Win.Document Namespace / C1SortedList<TKey,TValue> Class / Count Property

In This Topic
    Count Property (C1SortedList<TKey,TValue>)
    In This Topic
    Gets the number of elements contained in the keys collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Count As Integer
    public int Count {get;}
    See Also